Help > Reference > Macros > Index object > IDBFunction method

IDBFunction method

Calling this method executes the specified action against the index. The most common use of this method is to update the index.

Member of

Index

Type

Sub(Action)

Parameters

Example

For Each Index in App.Indexes
  Index.IDBFunction "UPDATE"
Next

See Also

Macro Object Model

Index